/*Login Page*/
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.container-login100 {
     min-height: unset;
}

.login100-form {
    width: 350px;
    height: 300px;
}

/*dashboard*/
@media (max-width: 568px) {
    .main-content .navbar-top {
        top: 0px !important;
    }
}

.navbar {
    padding: 0;
}
.navbar {
     padding: 0;
}

.main-content .navbar-top {
    position: sticky;
}

.avatar-sm {
    font-size: .875rem;
    width: 35px;
    height: 35px;
}

.avatar img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.page-header {
    margin-bottom: 12px;
}

.card {
    margin-bottom: 10px;
}


/*sidebar*/
.sidebar-single-item-active, .sidebar-single-item-active i{
    background: #00c3ed !important;
    color: white !important;
}

.app-sidebar .navbar-brand {
    padding: 5px 10px;
}

.side-menu__item {
    padding: 10px 24px;
}

.badge-custom-white {
    background: #ffffff;
    color: #00c3ed
}

/*main content*/
.main-content-margin{
    margin: -40px -30px 0px -25px;
}
.card-header {
    padding: .75rem 1.5rem;
}

@media (min-width: 768px) {
    .page-header {
        margin-top: -50px !important;
    }
}

.app-sidebar__toggle {
     padding: 0 ;
}
/*full page model*/

.modal.modal-fullscreen .modal-dialog {
    width:100vw;
    height:100vh;
    margin:0;
    padding:0;
    max-width:none;
}

.modal.modal-fullscreen .modal-content {
    height:auto;
    height:100vh;
    border-radius:0;
    border:none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y:auto;
}
.modal-header .close {
     padding: unset;
     margin: unset;
}

@media (min-width: 1200px) {
    #addTaskModal .modal-xl {
        max-width: 1400px !important;
    }
}

/*Lead Form*/
.form-control {
    font-size: 16px;
    color: #00c3ed !important;
    font-weight: 600;
}

.modal-header {
    padding: 10px 25px;
    border-bottom: 1px solid #00c3ed;
}
.modal-body {
    padding: 10px 25px;
}
.form-group {
    margin-bottom: .7rem;
}
.task .form-control-sm{
    line-height: 1.5 !important;
    height: calc(2rem + 2px) !important;
    width: 11rem !important;
}
.invalid-feedback {
    font-size: 80%;
    display: flex;
    width: 100%;
    margin-top: -12px;
    color: #f94920;
}
.valid-feedback {
    font-size: 80%;
    display: flex;
    width: 100%;
    margin-top: -12px;
    color: #18b16f;
}
.user-form .valid-feedback{
    font-size: 80%;
    display: flex;
    width: 100%;
    margin-top: -12px;
    color: #18b16f;
}

.user-form .form-control-sm{
    line-height: 1.5 !important;
    height: calc(2rem + 2px) !important;
}

.custom-file-label{
    line-height: 1.5 !important;
    height: calc(2rem + 2px) !important;
    padding: .375rem .75rem;
}
.custom-file-label:after{
    padding: .375rem .75rem;
}


/*Date Picker*/

.mx-input {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.user-form .mx-input {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.user-form .mx-datepicker {
    width: 100% !important;
}
#openLeadTasksModal .mx-input-wrapper{
    width: 16rem;
}

.task .mx-input-wrapper{
    width: 250px;
}

/*multi select*/
.multiselect__tags {
    color: #00c3ed;
    font-weight: 600;
}
.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 350px !important;
    overflow: auto;
    border: 1px solid #ccc;
    border-top: none;
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    z-index: 50;
    -webkit-overflow-scrolling: touch;
}

.multiselect__option {
    padding: 5px 10px !important;
    min-height: 25px !important;
    line-height: 15px !important;
    margin: 5px 10px;
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #00c3ed !important;
    color: #fff;
}


.multiselect__option--highlight {
    background: #00c3ed !important;
    outline: none;
    color: #fff;
}

/*radio button*/
.custom-radio .custom-control-input~.custom-control-label {
    font-size: 1rem;
    font-weight: 700;
}

.dataTables_length{
    float: left !important;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
}

.table td, .table th {
     vertical-align: middle !important;
}

/*Datatable filter search*/

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
    min-width: 25% !important;
    max-width: 25% !important;
}

div.dtsp-panesContainer {
    padding: 0;
    margin: 0 0 15px 0;
}

div.dtsp-panesContainer div.dtsp-title {
    margin: 5px 0 0 20px;
}

div.dtsp-panesContainer button.dtsp-clearAll {
     margin: 5px 5px 0 0;
    padding: 0;
}

table.dataTable.table-sm>thead>tr>th {
    /* border: 1px solid #00C3ED; */
    background: #00c3ed;
    color: #ffffff;
    padding: 5px 10px;
}

/* input commission percentage sign */
.form-control.input-percentage {
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("/images/percentage.png") !important;
    background-repeat: no-repeat !important;
    background-position: left calc(2.375em + 0.1875rem) center !important;
    background-size: calc(0.7em + 0.3rem) calc(0.7em + 0.3rem) !important;
}

/* ================================ pagination =================================== */
.paginate {
    padding: 0px 30px 20px 30px;
    justify-content: space-between;
    display: flex;
}
.paginate .total-leads-count {
    background-color: #00c3ed;
    color: #fff;
    padding: 5px 10px
}

/* ================================ table =================================== */
.card .table td,
.card .table th {
    padding-right: 10px;
    padding-left: 10px;
}
.table thead th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #00c3ed;
    color: #fff;
}
.delete-icon{
    cursor: pointer;
}

/* Premium Navbar Override */
#navbar-main {
    background: #fff !important;
    border-bottom: 1px solid #e9edf4 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
}
#navbar-main .app-sidebar__toggle {
    color: #475569 !important;
}
